home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 186
- Top = 186
- Width = 295
- Height = 154
- Caption = 'Form1'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- Position = poDefaultPosOnly
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- TextHeight = 13
- object Button1: TButton
- Left = 96
- Top = 32
- Width = 105
- Height = 33
- Caption = 'Change &Bitmap'
- TabOrder = 0
- OnClick = Button1Click
- end
- object MainMenu1: TMainMenu
- Left = 8
- object Menu1: TMenuItem
- Caption = '&Customised Menus'
- object MenuItem1: TMenuItem
- Caption = '1'
- OnClick = MenuItem2Click
- end
- object MenuItem2: TMenuItem
- Caption = '2'
- OnClick = MenuItem3Click
- end
- end
- object HelpItem1: TMenuItem
- Caption = '&Help'
- object Contents1: TMenuItem
- Caption = '&Contents'
- end
- object SearchforHelpOn1: TMenuItem
- Caption = '&Search for Help On...'
- end
- object HowtoUseHelp1: TMenuItem
- Caption = '&How to Use Help'
- end
- object About1: TMenuItem
- Caption = '&About...'
- end
- end
- end
- object BmpDlg: TOpenDialog
- Filter = 'Bitmaps (*.bmp)|*.bmp|All files (*.*)|*.*'
- InitialDir = 'c:\delphi\images\splash\16color'
- Left = 48
- end
- end
-